type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryBytesToBytes

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		bytea.go#L155: 			return scanPlanBinaryBytesToBytes{}
		bytea.go#L171: type scanPlanBinaryBytesToBytes struct{}
		bytea.go#L173: func (scanPlanBinaryBytesToBytes) Scan(src []byte, dst any) error {